func testing.toOutputDir

7 uses

	testing (current package)
		cover.go#L84: 		f, err = os.Create(toOutputDir(*coverProfile))
		testing.go#L1860: 		f, err := os.Create(toOutputDir(*cpuProfile))
		testing.go#L1873: 		f, err := os.Create(toOutputDir(*traceFile))
		testing.go#L1952: 		f, err := os.Create(toOutputDir(*memProfile))
		testing.go#L1965: 		f, err := os.Create(toOutputDir(*blockProfile))
		testing.go#L1977: 		f, err := os.Create(toOutputDir(*mutexProfile))
		testing.go#L1995: func toOutputDir(path string) string {